Refresh no-accessibility-dump.patch
authorJeremy Bicha <jbicha@debian.org>
Thu, 19 Oct 2017 01:28:44 +0000 (01:28 +0000)
committerJeremy Bicha <jbicha@debian.org>
Thu, 19 Oct 2017 01:28:44 +0000 (01:28 +0000)
debian/changelog
debian/patches/no-accessibility-dump.patch

index 883f655180cc3883d0fff167cd6f5443e2ea554a..03c2d625c29c79b3db0a235de52d4144bb591d64 100644 (file)
@@ -3,6 +3,7 @@ gtk+4.0 (3.92.1-1) UNRELEASED; urgency=medium
   * New upstream release
   * Switch to meson
   * debian/libgtk-4-0.symbols: Update
+  * Refresh no-accessibility-dump.patch
 
  -- Jeremy Bicha <jbicha@debian.org>  Wed, 18 Oct 2017 18:07:11 -0400
 
index 74e4f7c98602226e87783fd8101fbfd31edcb171..d155e548fbf5509159e8475f23c13a3403bf27f9 100644 (file)
@@ -5,17 +5,18 @@ Temporarily disable this test until someone figures out how
 to make it run with GTK_CSD=1 properly so it gives output
 matching the expected test data in all cases, not just
 for installed-tests.
+---
+ testsuite/a11y/meson.build |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: gtk+-3.21.6/testsuite/a11y/Makefile.am
-===================================================================
---- gtk+-3.21.6.orig/testsuite/a11y/Makefile.am        2016-09-14 04:19:54.932561342 +0200
-+++ gtk+-3.21.6/testsuite/a11y/Makefile.am     2016-09-14 04:19:54.928561280 +0200
-@@ -28,7 +28,7 @@
-       GTK_CSD=1                       \
-       G_ENABLE_DIAGNOSTIC=0
--TEST_PROGS += accessibility-dump
-+#TEST_PROGS += accessibility-dump
- TEST_PROGS += tree-performance
+--- a/testsuite/a11y/meson.build
++++ b/testsuite/a11y/meson.build
+@@ -2,7 +2,7 @@ testexecdir = join_paths(installed_test_
+ testdatadir = join_paths(installed_test_datadir, 'a11y')
  
+ a11y_tests = [
+-  'accessibility-dump',
++#  'accessibility-dump',
+   'tree-performance',
+   'text',
+   'children',